@media screen and (max-width: 1024px) {
    body {
        min-width: 1200px;
    }
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}

body {
    background: #F5F5F5;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}


/*table,th, td{border: 1px solid black;}*/

a {
    text-decoration: none;
}


/* 页眉开始 */

.header {
    height: 361px;
    position: relative;
    margin: 0 auto;
    background: url(../image/header_bj.png) top center no-repeat;
}

.header .headerLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
    padding-top: 129px;
}


/* 导航开始 */

.nav {
    height: 66px;
    background: #1462C3;
}

.nav .navBox {
    width: 1100px;
    margin: 0 auto;
}

.nav .navBox .navigation {
    float: left;
}

.nav .navBox .navigation ul {
    width: 860px;
    height: 66px;
}

.nav .navBox .navigation ul li {
    float: left;
    list-style: none;
    height: 66px;
}

.nav .navBox .navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    padding: 0 20px;
}

.nav .navBox .navigation ul li:hover a {
    color: yellow;
}

.nav .navBox .navHover {
    color: yellow!important;
}

.nav .navBox .search {
    width: auto;
    float: right;
}

.nav .navBox .search .searchForm {
    height: 32px;
    margin-top: 15px;
}

.nav .navBox .search .searchForm .searchInput {
    height: 32px;
}

.nav .navBox .search .searchForm .searchInput .searchText {
    float: left;
    width: 109px;
    height: 32px;
    line-height: 32px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-sizing: border-box;
    padding-left: 20px;
    border-width: 0;
    outline: none;
}

.nav .navBox .search .searchForm .searchInput .searchBtn {
    float: left;
    width: 30px;
    height: 32px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: white;
}

.nav .navBox .search .searchForm .searchInput .searchBtn img {
    width: 22px;
    margin-top: 5px;
}


/* 页脚开始 */

.footer {
    width: 100%;
    background: #1462C3;
    height: 200px;
}


/*.footer .footerContent {*/


/*  width: 850px;*/


/*  height: 80px;*/


/*  padding-top:59px;*/


/*  margin: 0 auto;*/


/*  position: relative;*/


/*}*/


/*.footer .footerContent .msg {*/


/*  height: 68px;*/


/*  font-size: 14px;*/


/*  color:#fff;*/


/*  font-family:Microsoft YaHei;*/


/*  font-weight:400;*/


/*  text-align: center;*/


/*  line-height: 28px;*/


/*  margin: 0 49px;*/


/*  float:left;*/


/*}*/


/*.footer .footerContent .msg a{*/


/*  color:#fff;*/


/*}*/


/* .footer .footerContent .dang {*/


/*    width: 56px;*/


/*    height: 69px;*/


/*    float:left;*/


/*  }*/


/* .footer .footerContent  .zheng {*/


/*    width: 110px;*/


/*    height: 55px;*/


/*     margin-top:6px;*/


/*    float:left;*/


/*  }*/


/*  #imgConac {*/


/*    position: absolute;*/


/*    left: -49px;*/


/*    top: 59px;*/


/*  }*/

.right_wza {
    float: right;
}

.right_wza a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.right_slh a {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}

.headerLogo div {
    display: flex;
}


/* 适老化 */

.oldModel .nav .navBox {
    width: 1400px;
}

.oldModel .nav .navBox .navigation ul {
    width: 1200px;
}

.oldModel .nav .navBox .navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    padding: 0 20px;
}

.oldModel .nav .navBox .search {
    width: 200px;
}

.oldModel .nav .navBox .search .searchForm .searchInput input {
    width: 160px;
    font-size: 22px;
}
.oldModel .nav .navBox .search .searchForm{margin-top: 0;}
.oldModel .high-search-btn{margin-left: 25px;}
